CH[A]R

Purpose

This function returns the ASCII character whose ordinal number is the given integer.

Syntax

chr::=

Chr

Usage Notes

  • The number n must be between 0 and 127.
  • CHR(0) returns NULL.

Example

SELECT CHR(88) CHR;